Skip to main content

Scheduler

For SCHEDULER based API's, quickintegrate development kit has SCHEDULER Trigger which can be used for cron or frequency based triggers.

  1. When we Login to Quick Integration Platform to get started.
  2. Click on Manage Option >> Projects >> Create to create the new project
  3. Go to DEVELOP >> Functionality API
  4. Select relevant project and create services in that project by clicking Service button.
  5. Select SCHEDULER trigger from drowndown while creating the flow
  6. Once service name is provided, canvas will show up with selected DB SCHEDULER Trigger
SCHEDULER trigger

Configuration

Right click the tigger node to add the SCHEDULER configurations based on type that needs to be defined.

Fixed frequency

Fixed frequency Configuration
FieldsDescriptionExample
Initial DelayDuration after which Polling will start once API Started5000
Schedule DelayPolling Frequency10000

Cron job

Cron job Configuration
FieldsDescriptionExample
Cron ExpressionString consisting of six or seven subexpressions (fields) that describe individual details of the schedule.*/5 * * * * *